shortcutcontroller: Use priv->shortcuts directly in set_widget()
authorTimm Bäder <mail@baedert.org>
Thu, 19 Nov 2020 14:53:05 +0000 (15:53 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 30 Nov 2020 14:22:21 +0000 (09:22 -0500)
commitd663909159de1102b9373870d5294d595c3118ca
tree18add9e2ca997ce4550b17e5329bb36f2295c10e
parente3ff92bc879c246f3bcbd90fcffacd6b4847adbf
shortcutcontroller: Use priv->shortcuts directly in set_widget()

Instead of treating the shortcut controller itself as a GListModel,
which just passes everything along from priv->shortcuts.
gtk/gtkshortcutcontroller.c